bump version to 0.1.8
authorØyvind Kolås <pippin@gimp.org>
Thu, 29 Mar 2012 23:33:09 +0000 (00:33 +0100)
committerØyvind Kolås <pippin@gimp.org>
Thu, 29 Mar 2012 23:35:48 +0000 (00:35 +0100)
Also updated NEWS

NEWS
configure.ac

diff --git a/NEWS b/NEWS
index f8f8c54c13e7857afcde6bbe0e1f5994c3c72a59..506c2f16d017f7630d7231bffbb90bf15a3e0c31 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ the news section both in the README and the webpage.
 
                                                                           -->
 
+
+2012-03-30 babl-0.1.8                                               </dt><dd>
+Added support for indexed/pallette based formats, constified API.
+                                                                    </dd><dt>
 2011-11-18 babl-0.1.6                                               </dt><dd>
 Build improvements, remove blatantly wrong conversions from extensions,
 made it possible to distinguish format_n formats from others, improvements
index 1ed288b7ff058bd050d33bad9f52fe5feb9c3812..3d9974aa64c4353de5a78943b6eb2be6dde84c67 100644 (file)
@@ -14,7 +14,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], [0])
 m4_define([babl_minor_version], [1])
-m4_define([babl_micro_version], [7])
+m4_define([babl_micro_version], [8])
 m4_define([babl_real_version],
           [babl_major_version.babl_minor_version.babl_micro_version])
 m4_define([babl_version], [babl_real_version])